home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / Hack / MISC / VAXCAT.ZIP / VAXCAT.TXT
Encoding:
Text File  |  1991-06-20  |  30.2 KB  |  1,260 lines

  1.  
  2.                 VAXCats Dangerous Vax Hack - Basic Concepts
  3.  
  4. HELP
  5.  
  6.    The   HELP   command   invokes   the  VMS  HELP  Facility  to  display
  7.    information about a VMS command or topic.  In response to the "Top(c?"
  8.    prompt, you can:
  9.  
  10.     o Type  the  name of the command  or topic for which you need help.
  11.  
  12.     o Type INSTRUCTIONS for more detailed instructions on how to use HELP.
  13.  
  14.     o Type a question mark to redisplay the most recently requested text.
  15.  
  16.     o Press the RETURN key one or more times to exit from HELP.
  17.  
  18.    You  can  abbreviate any  topic name, although ambiguous abbreviations
  19.    result in all matches being displayed.
  20.  
  21.  
  22.  
  23.  
  24. Press RETURN to continue ... 
  25. [1;1f[J
  26.   Additional information available:
  27.  
  28.   :=         =          @          ALLOCATE   ANALYZE    APPEND     ASSIGN
  29.   BACKUP     BASIC      BITNET_Network        BULLETIN   CALL       CANCEL
  30.   CLOSE      COBOL      CONTINUE   CONVERT    COPY       CREATE
  31.   DATATRIEVE DEALLOCATE DEASSIGN   DEBUG      DEFINE     DELETE     DEPOSIT
  32.   Dialing    DIFFERENCES           DIRECTORY  DISMOUNT   DMU        DUMP
  33.   EDIT       Errors     EXAMINE    EXIT       FDL        FORTRAN    GMAIL
  34.   GOSUB      GOTO       HELP       IF         INITIALIZE INQUIRE
  35.   Instructions          Kermit     Lexicals   LIBRARY    Line_editing
  36.   LINK       LOGIN      LOGOUT     MACRO      MAIL       MERGE      MESSAGE
  37.   MOUNT      MOVE       ON         OPEN       PASCAL     PASSWORD   PHONE
  38.   PRINT      PURGE      READ       RECALL     RECEIVE    RENAME     REPLY
  39.   REQUEST    RETURN     RMS        RTL_Routines          RUN        RUNOFF
  40.   SEARCH     SEND       SET        SHOW       SORT       SPAWN      Specify
  41.   SPSSX      STOP       SUBMIT     SWING      Symbol_Assign
  42.   SYNCHRONIZE           System_Services       TYPE       UNLOCK     WAIT
  43.   WRITE
  44.  
  45.  
  46. Topic? send
  47. [1;1f[J
  48. SEND
  49.  
  50.    Sends messages or files to other users.
  51.  
  52.    General message format:
  53.  
  54.         SEND destination ["message-text"]
  55.  
  56.    The SEND command can perform the following functions:
  57.  
  58.   o  Send messages to a user on your system (see Local)
  59.   o  Send messages to a user on another system via the RSCS/NJE network (see
  60.      Remote)
  61.   o  Send messages to a user on another system via DECnet (see DECnet)
  62.   o  Send RSCS/NJE commands to another system (see Command)
  63.   o  Send files to another system via the RSCS/NJE network (see File)
  64.  
  65.  
  66.   Additional information available:
  67.  
  68. Press RETURN to continue ... 
  69. [1;1f[J
  70.   Aliases    Command    DCL        DECnet     Examples   File
  71.   Interactive_mode      Local      Parameters Remote
  72.  
  73.  
  74. SEND Subtopic? aliases
  75. [1;1f[J
  76. SEND
  77.  
  78.   Aliases
  79.  
  80.     SEND aliases may be defined with the DCL DEFINE command.
  81.     Aliases may be defined for:
  82.  
  83.     o Local users
  84.     o Remote users
  85.     o Remote nodes
  86.  
  87.     Format:
  88.  
  89.     DEFINE alias-name equivalence-name
  90.  
  91.  
  92.     Additional information available:
  93.  
  94.     Local_users           Remote_users          Remote_nodes
  95.  
  96. Press RETURN to continue ... 
  97. [1;1f[J
  98.  
  99. SEND Aliases Subtopic? local_users
  100. [1;1f[J
  101. SEND
  102.  
  103.   Aliases
  104.  
  105.     Local_users
  106.  
  107.  
  108.       To define an alias for local user, use the format:
  109.  
  110.         DEFINE alias-name local_username
  111.  
  112.       and use the send command in the format:
  113.  
  114.         SEND alias-name ["message-text"]
  115.  
  116.       Example:
  117.  
  118.         DEFINE BOB ROBERT
  119.         SEND BOB "Do you have the subroutine done yet?"
  120.  
  121. Press RETURN to continue ... 
  122. [1;1f[J
  123.  
  124.  
  125. SEND Aliases Subtopic? remote_users
  126. [1;1f[J
  127. SEND
  128.  
  129.   Aliases
  130.  
  131.     Remote_users
  132.  
  133.  
  134.       To define an alias for remote user, use the format:
  135.  
  136.         DEFINE alias-name "remote_user@node"
  137.  
  138.           or
  139.  
  140.         DEFINE alias-name "node remote_user"
  141.  
  142.       and use the send command in the format:
  143.  
  144.         SEND alias-name ["message-text"]
  145.  
  146.  
  147. Press RETURN to continue ... 
  148. [1;1f[J
  149.       Note that the /REMOTE qualifier is not used when using aliases.
  150.  
  151.       Example:
  152.  
  153.         DEFINE BOB "ROBERT@RED"
  154.         SEND BOB "Do you know if RED is going down today?"
  155.  
  156.       These aliases can be used by VMS Mail also if they are enclosed in
  157.       quotes by defining them using the format:
  158.  
  159.         DEFINE alias-name """remote_user@node"""
  160.  
  161.       Specify the address to VMS Mail as:
  162.  
  163.       protocol-name%alias-name
  164.  
  165.       The protocol-name may be site specific, but defaults to Jnet for
  166. RSCS/NJE
  167.       networks.
  168.  
  169.  
  170.  
  171. SEND Aliases Subtopic? remote_nodes
  172. [1;1f[J
  173. SEND
  174.  
  175.   Aliases
  176.  
  177.     Remote_nodes
  178.  
  179.  
  180.       To define an alias for a remote node, use the format:
  181.  
  182.         DEFINE alias-name "@remote_node"
  183.  
  184.           or
  185.  
  186.         DEFINE alias-name "remote_node "
  187.  
  188.       Note the required quotes.  In the latter format, also note the
  189.       required space after remote_node (to differentiate from a local user).
  190.  
  191.       Use the send command in the format:
  192.  
  193. Press RETURN to continue ... 
  194. [1;1f[J
  195.         SEND alias-name ["command-text"]
  196.  
  197.       Note that the /COMMAND qualifier is not used when sending commands
  198.       using node aliases.
  199.  
  200.       Example:
  201.  
  202.         DEFINE BLUE "@INDIGO"
  203.         SEND BLUE QUERY SYSTEM LINKS
  204.  
  205.  
  206.  
  207. SEND Aliases Subtopic? 
  208.  
  209. SEND Subtopic? ?[1;1f[J
  210.  
  211. SEND
  212.  
  213.    Sends messages or files to other users.
  214.  
  215.    General message format:
  216.  
  217.         SEND destination ["message-text"]
  218.  
  219.    The SEND command can perform the following functions:
  220.  
  221.   o  Send messages to a user on your system (see Local)
  222.   o  Send messages to a user on another system via the RSCS/NJE network (see
  223.      Remote)
  224.   o  Send messages to a user on another system via DECnet (see DECnet)
  225.   o  Send RSCS/NJE commands to another system (see Command)
  226.   o  Send files to another system via the RSCS/NJE network (see File)
  227.  
  228.  
  229.   Additional information available:
  230.  
  231. Press RETURN to continue ... 
  232. [1;1f[J
  233.   Aliases    Command    DCL        DECnet     Examples   File
  234.   Interactive_mode      Local      Parameters Remote
  235.  
  236.  
  237. SEND Subtopic? command
  238. [1;1f[J
  239. SEND
  240.  
  241.   Command
  242.  
  243.  
  244.       Sends commands to another system on the RSCS/NJE network.
  245.  
  246.       Format:
  247.  
  248.           SEND @node ["message-text"]
  249.  
  250.             or
  251.  
  252.           SEND/COMMAND node ["message-text"]
  253.  
  254.       where message-text is the command to be executed by the remote
  255.       system node.
  256.  
  257.  
  258.  
  259. Press RETURN to continue ... 
  260. [1;1f[J
  261.     Additional information available:
  262.  
  263.     Command_Qualifiers
  264.     /CLUSTER   /LOG       /PROMPT
  265.  
  266.  
  267. SEND Command Subtopic? command_qualifiers
  268. [1;1f[J
  269. SEND
  270.  
  271.   Command
  272.  
  273.     Command_Qualifiers
  274.  
  275.       /CLUSTER
  276.  
  277.           /CLUSTER
  278.           /NOCLUSTER
  279.  
  280.        Sends messages with the source node set to the Jnet cluster
  281.        name. SEND/CLUSTER permits sending commands to the QUE daemon on a
  282.        remote VAX running Jnet to cancel a job submitted from a Jnet cluster
  283.        member, and therefore owned by user@cluster, not user@member.
  284.  
  285.        This command also permits sending messages to other network
  286.        servers (such as list servers) to cause messages and files to all
  287.        come from the node name.  SEND/CLUSTER is not suitable for sending
  288.  
  289. Press RETURN to continue ... 
  290. [1;1f[J
  291.        messages to users.
  292.  
  293.        SEND/NOCLUSTER is also available for forcing SEND to use the member
  294.        node name. This form of the command has very limited usefulness.
  295.  
  296.       /LOG
  297.  
  298.        Specifies that the SEND command displays information about
  299.        information sent.
  300.  
  301.       /PROMPT
  302.  
  303.           /PROMPT  (D)
  304.           /NOPROMPT
  305.  
  306.        Specifies that the SEND command displays the destination of
  307.        the SEND command each time input is requested while SEND is
  308.        in interactive mode.  /NOPROMPT is useful when receiving
  309.        many network messages and it is not desired to have the
  310.        prompt redisplayed after each message.
  311.  
  312. Press RETURN to continue ... 
  313. [1;1f[J
  314.  
  315.  
  316. SEND Command Subtopic? /cluster
  317. [1;1f[J
  318. SEND
  319.  
  320.   Command
  321.  
  322.     /CLUSTER
  323.  
  324.         /CLUSTER
  325.         /NOCLUSTER
  326.  
  327.      Sends messages with the source node set to the Jnet cluster
  328.      name. SEND/CLUSTER permits sending commands to the QUE daemon on a
  329.      remote VAX running Jnet to cancel a job submitted from a Jnet cluster
  330.      member, and therefore owned by user@cluster, not user@member.
  331.  
  332.      This command also permits sending messages to other network
  333.      servers (such as list servers) to cause messages and files to all
  334.      come from the node name.  SEND/CLUSTER is not suitable for sending
  335.      messages to users.
  336.  
  337.  
  338. Press RETURN to continue ... 
  339. [1;1f[J
  340.      SEND/NOCLUSTER is also available for forcing SEND to use the member
  341.      node name. This form of the command has very limited usefulness.
  342.  
  343.  
  344.  
  345. SEND Command Subtopic? /log
  346. [1;1f[J
  347. SEND
  348.  
  349.   Command
  350.  
  351.     /LOG
  352.  
  353.      Specifies that the SEND command displays information about
  354.      information sent.
  355.  
  356.  
  357.  
  358. SEND Command Subtopic? /prompt
  359. [1;1f[J
  360. SEND
  361.  
  362.   Command
  363.  
  364.     /PROMPT
  365.  
  366.         /PROMPT  (D)
  367.         /NOPROMPT
  368.  
  369.      Specifies that the SEND command displays the destination of
  370.      the SEND command each time input is requested while SEND is
  371.      in interactive mode.  /NOPROMPT is useful when receiving
  372.      many network messages and it is not desired to have the
  373.      prompt redisplayed after each message.
  374.  
  375.  
  376.  
  377. SEND Command Subtopic? 
  378.  
  379. SEND Subtopic? ?[1;1f[J
  380.  
  381. SEND
  382.  
  383.    Sends messages or files to other users.
  384.  
  385.    General message format:
  386.  
  387.         SEND destination ["message-text"]
  388.  
  389.    The SEND command can perform the following functions:
  390.  
  391.   o  Send messages to a user on your system (see Local)
  392.   o  Send messages to a user on another system via the RSCS/NJE network (see
  393.      Remote)
  394.   o  Send messages to a user on another system via DECnet (see DECnet)
  395.   o  Send RSCS/NJE commands to another system (see Command)
  396.   o  Send files to another system via the RSCS/NJE network (see File)
  397.  
  398.  
  399.   Additional information available:
  400.  
  401. Press RETURN to continue ... 
  402. [1;1f[J
  403.   Aliases    Command    DCL        DECnet     Examples   File
  404.   Interactive_mode      Local      Parameters Remote
  405.  
  406.  
  407. SEND Subtopic? dcl
  408. [1;1f[J
  409. SEND
  410.  
  411.   DCL
  412.  
  413.     DCL commands may be executed while in SEND interactive mode.
  414.     The DCL command is entered preceded by $.  SEND will spawn a
  415.     subprocess to execute the command.
  416.  
  417.  
  418.  
  419. SEND Subtopic? ?[1;1f[J
  420.  
  421. SEND
  422.  
  423.    Sends messages or files to other users.
  424.  
  425.    General message format:
  426.  
  427.         SEND destination ["message-text"]
  428.  
  429.    The SEND command can perform the following functions:
  430.  
  431.   o  Send messages to a user on your system (see Local)
  432.   o  Send messages to a user on another system via the RSCS/NJE network (see
  433.      Remote)
  434.   o  Send messages to a user on another system via DECnet (see DECnet)
  435.   o  Send RSCS/NJE commands to another system (see Command)
  436.   o  Send files to another system via the RSCS/NJE network (see File)
  437.  
  438.  
  439.   Additional information available:
  440.  
  441. Press RETURN to continue ... 
  442. [1;1f[J
  443.   Aliases    Command    DCL        DECnet     Examples   File
  444.   Interactive_mode      Local      Parameters Remote
  445.  
  446.  
  447. SEND Subtopic? decnet
  448. [1;1f[J
  449. SEND
  450.  
  451.   DECnet
  452.  
  453.     Messages may be sent to remote DECnet nodes by specifying node:: before
  454.     the username or terminal name in a SEND command.  See help on the
  455. parameter
  456.     user for more information.
  457.  
  458.  
  459.  
  460. SEND Subtopic? ?[1;1f[J
  461.  
  462. SEND
  463.  
  464.    Sends messages or files to other users.
  465.  
  466.    General message format:
  467.  
  468.         SEND destination ["message-text"]
  469.  
  470.    The SEND command can perform the following functions:
  471.  
  472.   o  Send messages to a user on your system (see Local)
  473.   o  Send messages to a user on another system via the RSCS/NJE network (see
  474.      Remote)
  475.   o  Send messages to a user on another system via DECnet (see DECnet)
  476.   o  Send RSCS/NJE commands to another system (see Command)
  477.   o  Send files to another system via the RSCS/NJE network (see File)
  478.  
  479.  
  480.   Additional information available:
  481.  
  482. Press RETURN to continue ... 
  483. [1;1f[J
  484.   Aliases    Command    DCL        DECnet     Examples   File
  485.   Interactive_mode      Local      Parameters Remote
  486.  
  487.  
  488. SEND Subtopic? examples
  489. [1;1f[J
  490. SEND
  491.  
  492.   Examples
  493.  
  494.     o Local send to username:
  495.     SEND BILL "Is the subroutine done yet?"
  496.  
  497.     o Local send to terminal:
  498.     SEND TTA5: NO
  499.  
  500.     o Local send in interactive mode:
  501.     SEND SAM
  502.          SAM:  I am having problems with the arguments
  503.          SAM:  I don't have the right number of them
  504.          SAM:
  505.  
  506.     o Remote command send:
  507.             SEND @RED CPQ USER FRED
  508.  
  509.  
  510. Press RETURN to continue ... 
  511. [1;1f[J
  512.     o Remote user send:
  513.     SEND FRED@RED "I am sending a copy of Bill's routine"
  514.  
  515.     o Remote file send:
  516.     SEND/FILE SUBR1.FOR FRED@RED
  517.  
  518.  
  519.  
  520. SEND Subtopic? parameters
  521. [1;1f[J
  522. SEND
  523.  
  524.   Parameters
  525.  
  526.  
  527.     Various formats of the SEND command are as follows:
  528.  
  529.           SEND user ["message-text"]
  530.           SEND remote_user@node ["message-text"]
  531.           SEND @node ["message-text"]
  532.           SEND/REMOTE node remote_user ["message-text"]
  533.           SEND/COMMAND node ["message-text"]
  534.  
  535.     See SEND File for information on parameters for SEND/FILE.
  536.  
  537.  
  538.  
  539.     Additional information available:
  540.  
  541.  
  542. Press RETURN to continue ... 
  543. [1;1f[J
  544.     message-text          node       remote_user           user
  545.  
  546.  
  547. SEND Parameters Subtopic? message_text
  548. [1;1f[J
  549. SEND
  550.  
  551.   Parameters
  552.     Sorry, no documentation on SEND PARAMETERS MESSAGE_TEXT
  553.  
  554.  
  555.     Additional information available:
  556.  
  557.     message-text          node       remote_user           user
  558.  
  559.  
  560. SEND Parameters Subtopic? message-text
  561. [1;1f[J
  562. SEND
  563.  
  564.   Parameters
  565.  
  566.     message-text
  567.  
  568.       The message-text parameter is the text to be sent.  If it is entered
  569.       on the same line as the SEND command, it should be enclosed in quotes.
  570.  
  571.       Quotes may be omitted from the command line if no special characters are
  572.       used.   Note that DCL will convert messages not in quotes to upper case
  573.       and DCL symbols will be substituted.  In any case, the terminating
  574.       quote may be omitted.
  575.  
  576.       If the message is oma⌠ued from the command line, SEND enters
  577.       interactive mode.  Each additional line entered will be sent to the
  578.       same destination. The message should not enclosed in quotes in this
  579.       mode.  SEND interactive mode is exited with a blank line or CTRL/Z.
  580.  
  581.  
  582. Press RETURN to continue ... 
  583. [1;1f[J
  584.  
  585. SEND Parameters Subtopic? node
  586. [1;1f[J
  587. SEND
  588.  
  589.   Parameters
  590.  
  591.     node
  592.  
  593.       Specifies the remote RSCS/NJE node to receive the send.  The node name
  594.       is limited to 8 characters.
  595.  
  596.  
  597.  
  598. SEND Parameters Subtopic? remote-user
  599. [1;1f[J
  600. SEND
  601.  
  602.   Parameters
  603.     Sorry, no documentation on SEND PARAMETERS REMOTE-USER
  604.  
  605.  
  606.     Additional information available:
  607.  
  608.     message-text          node       remote_user           user
  609.  
  610.  
  611. SEND Parameters Subtopic? remote_user
  612. [1;1f[J
  613. SEND
  614.  
  615.   Parameters
  616.  
  617.     remote_user
  618.  
  619.       Specifies the remote RSCS/NJE user to receive the send.  The remote_user
  620.       name is limited to 8 characters.
  621.  
  622.  
  623.  
  624. SEND Parameters Subtopic? user
  625. [1;1f[J
  626. SEND
  627.  
  628.   Parameters
  629.  
  630.     user
  631.  
  632.       Specifies the destination to receive the message.
  633.  
  634.         Format:
  635.  
  636.           [node::]usernameSend to all terminals where
  637.       specified user is logged in
  638.  
  639.           [node::]terminal-name:Send to a particular terminal
  640.  
  641.           [node::]*Send to all logged in terminals
  642.       Requires OPER privilege
  643.  
  644.           [node::]*:Send to all terminals
  645.  
  646. Press RETURN to continue ... 
  647. [1;1f[J
  648.       Requires OPER privilege
  649.  
  650.  
  651.         "node::" is an optional DECnet node specification.
  652.  
  653.  
  654.  
  655. SEND Parameters Subtopic? user
  656. [1;1f[J
  657. SEND
  658.  
  659.   Parameters
  660.  
  661.     user
  662.  
  663.       Specifies the destination to receive the message.
  664.  
  665.         Format:
  666.  
  667.           [node::]usernameSend to all terminals where
  668.       specified user is logged in
  669.  
  670.           [node::]terminal-name:Send to a particular terminal
  671.  
  672.           [node::]*Send to all logged in terminals
  673.       Requires OPER privilege
  674.  
  675.           [node::]*:Send to all terminals
  676.  
  677. Press RETURN to continue ... 
  678. [1;1f[J
  679.       Requires OPER privilege
  680.  
  681.  
  682.         "node::" is an optional DECnet node specification.
  683.  
  684.  
  685.  
  686. SEND Parameters Subtopic? 
  687.  
  688. SEND Subtopic? file
  689. [1;1f[J
  690. SEND
  691.  
  692.   File
  693.  
  694.  
  695.       Sends files to a user on another system on the RSCS/NJE network.
  696.  
  697.       Files, by default, are transformed from VMS RMS formats and converted
  698.       from ASCII to EBCDIC before sending as to be compatible with the
  699.       receiving system.
  700.  
  701.       Format:
  702.  
  703.           SEND/FILE file-spec[,...] remote_user[@node]
  704.  
  705.     or
  706.  
  707.           SEND/FILE file-spec[,...] node remote_user
  708.  
  709.  
  710. Press RETURN to continue ... 
  711. [1;1f[J
  712.  
  713.     Additional information available:
  714.  
  715.     Parameters Command_Qualifiers
  716.     /BINARY    /CLASS     /CONCATENATE          /COPIES    /DISTRIBUTION
  717.     /FORM      /LOG       /NAME      /NETDATA   /NEW_PAGE  /OPTIONS
  718.     /PRINTER   /PRIORITY  /PUNCH     /RECORDSIZE           /SPOOLID   /VDNEW
  719.     /VDOLD     /VMSDUMP
  720.     Positional_Qualifiers
  721.     /DELETE    /FORTRAN   /TRANSLATE /TRUNCATE
  722.  
  723.  
  724. SEND File Subtopic? /netdata
  725. [1;1f[J
  726. SEND
  727.  
  728.   File
  729.  
  730.     /NETDATA
  731.  
  732.      Specifies that the input file be sent in special NETDATA format.
  733.      NETDATA allows the transfer of files with record lengths longer
  734.      than those supported for regular PRINT and PUNCH files.
  735.  
  736.      When sending such files to other Jnet nodes, it is preferable to
  737.      send them using VMSDUMP format.  Use NETDATA format for sending
  738.      such files to IBM and other nodes which recognize NETDATA format.
  739.  
  740.      Valid for SEND/FILE.
  741.  
  742.  
  743.  
  744. SEND File Subtopic? parameters
  745. [1;1f[J
  746. SEND
  747.  
  748.   File
  749.  
  750.     Parameters
  751.  
  752.  
  753.        file-spec
  754.         Specifies the names of one or more input files to be sent.  If
  755.         you specify more than one input file, you can separate them with
  756.         either commas (,) or plus signs (+).
  757.  
  758.         You can use wild card characters in the directory  specification,
  759.         file  name,  file  type,  or  version  number  fields of the file
  760.         specification.
  761.  
  762.        node
  763.         Specifies the remote RSCS/NJE node to receive the send.  The node name
  764.         is limited to 8 characters.
  765.  
  766. Press RETURN to continue ... 
  767. [1;1f[J
  768.        remote_user
  769.         Specifies the remote RSCS/NJE user to receive the send.  The
  770. remote_user
  771.  
  772.         name is limited to 8 characters.
  773.  
  774.  
  775.  
  776. SEND File Subtopic? 
  777.  
  778. SEND Subtopic? local
  779. [1;1f[J
  780. SEND
  781.  
  782.   Local
  783.  
  784.  
  785.       Sends a message to a user on your system.
  786.  
  787.       Format:
  788.  
  789.           SEND username ["message-text"]
  790.  
  791.  
  792.  
  793.     Additional information available:
  794.  
  795.     Command_Qualifiers
  796.     /BOTTOM    /LOG       /PROMPT    /TOP       /WAIT
  797.  
  798.  
  799. SEND Local Subtopic? command_qualifer
  800. SEND Local Subtopic? command_qualifiers
  801. [1;1f[J
  802. SEND
  803.  
  804.   Local
  805.  
  806.     Command_Qualifiers
  807.  
  808.       /BOTTOM
  809.  
  810.        Specifies that SEND output the message on the bottom line of
  811.        the user's CRT.
  812.  
  813.        Valid for local sends to a terminal with the DEC_CRT characteristic
  814.        set.
  815.  
  816.       /LOG
  817.  
  818.        Specifies that the SEND command displays information about
  819.        information sent.
  820.  
  821.  
  822. Press RETURN to continue ... 
  823. [1;1f[J
  824.       /PROMPT
  825.  
  826.           /PROMPT  (D)
  827.           /NOPROMPT
  828.  
  829.        Specifies that the SEND command displays the destination of
  830.        the SEND command each time input is requested while SEND is
  831.        in interactive mode.  /NOPROMPT is useful when receiving
  832.        many network messages and it is not desired to have the
  833.        prompt redisplayed after each message.
  834.  
  835.       /TOP
  836.  
  837.        Specifies that SEND outputs the message on the top line of
  838.        the user's CRT.
  839.  
  840.        Valid for local sends to a terminal with the DEC_CRT characteristic
  841.        set.
  842.  
  843.       /WAIT
  844.  
  845. Press RETURN to continue ... 
  846. [1;1f[J
  847.           /WAIT[=time]
  848.  
  849.        Specifies the number of seconds that must elapse before the SEND
  850.        will fail with a timeout error.  Time is specified in seconds.
  851.        The default for single username/terminal sends is 5 seconds.
  852.        If /WAIT is specified without a time or a time of zero, SEND
  853.        will wait forever.   A time value of 1, 2, 3, or 4 seconds is
  854.        invalid.
  855.  
  856.  
  857.  
  858. SEND Local Subtopic? /bottom
  859. [1;1f[J
  860. SEND
  861.  
  862.   Local
  863.  
  864.     /BOTTOM
  865.  
  866.      Specifies that SEND output the message on the bottom line of
  867.      the user's CRT.
  868.  
  869.      Valid for local sends to a terminal with the DEC_CRT characteristic
  870.      set.
  871.  
  872.  
  873.  
  874. SEND Local Subtopic? /top
  875. [1;1f[J
  876. SEND
  877.  
  878.   Local
  879.  
  880.     /TOP
  881.  
  882.      Specifies that SEND outputs the message on the top line of
  883.      the user's CRT.
  884.  
  885.      Valid for local sends to a terminal with the DEC_CRT characteristic
  886.      set.
  887.  
  888.  
  889.  
  890. SEND Local Subtopic? /prompt
  891. [1;1f[J
  892. SEND
  893.  
  894.   Local
  895.  
  896.     /PROMPT
  897.  
  898.         /PROMPT  (D)
  899.         /NOPROMPT
  900.  
  901.      Specifies that the SEND command displays the destination of
  902.      the SEND command each time input is requested while SEND is
  903.      in interactive mode.  /NOPROMPT is useful when receiving
  904.      many network messages and it is not desired to have the
  905.      prompt redisplayed after each message.
  906.  
  907.  
  908.  
  909. SEND Local Subtopic? /log
  910. [1;1f[J
  911. SEND
  912.  
  913.   Local
  914.  
  915.     /LOG
  916.  
  917.      Specifies that the SEND command displays information about
  918.      information sent.
  919.  
  920.  
  921.  
  922. SEND Local Subtopic? /wait
  923. [1;1f[J
  924. SEND
  925.  
  926.   Local
  927.  
  928.     /WAIT
  929.  
  930.         /WAIT[=time]
  931.  
  932.      Specifies the number of seconds that must elapse before the SEND
  933.      will fail with a timeout error.  Time is specified in seconds.
  934.      The default for single username/terminal sends is 5 seconds.
  935.      If /WAIT is specified without a time or a time of zero, SEND
  936.      will wait forever.   A time value of 1, 2, 3, or 4 seconds is
  937.      invalid.
  938.  
  939.  
  940.  
  941. SEND Local Subtopic? 
  942.  
  943. SEND Subtopic? remote
  944. [1;1f[J
  945. SEND
  946.  
  947.   Remote
  948.  
  949.  
  950.       Sends a message via the RSCS/NJE network to a user on another system.
  951.  
  952.       Format:
  953.  
  954.           SEND remote_user@node ["message-text"]
  955.  
  956.             or
  957.  
  958.           SEND/REMOTE node remote_user ["message-text"]
  959.  
  960.       The remote_node name and user name are both limited
  961.       to 8 characters.
  962.  
  963.  
  964.  
  965. Press RETURN to continue ... 
  966. [1;1f[J
  967.     Additional information available:
  968.  
  969.     Command_Qualifiers
  970.     /CLUSTER   /LOG       /PROMPT
  971.  
  972.  
  973. SEND Remote Subtopic? command_qualifiers
  974. [1;1f[J
  975. SEND
  976.  
  977.   Remote
  978.  
  979.     Command_Qualifiers
  980.  
  981.       /CLUSTER
  982.  
  983.           /CLUSTER
  984.           /NOCLUSTER
  985.  
  986.        Sends messages with the source node set to the Jnet cluster
  987.        name. SEND[/REMOTE]/CLUSTER permits sending commands to the QUE daemon
  988.        on a remote VAX running Jnet to cancel a job submitted from a Jnet
  989.        cluster member, and therefore owned by user@cluster, not user@member.
  990.  
  991.        This command also permits sending messages to other network
  992.        servers (such as list servers) to cause messages and files to all
  993.        come from the node name.  SEND[/REMOTE]/CLUSTER is not suitable for
  994.  
  995. Press RETURN to continue ... 
  996. [1;1f[J
  997.        sending messages to users.
  998.  
  999.        SEND[/REMOTE]/NOCLUSTER is also available for forcing SEND to use the
  1000.        member node name. This form of the command has very limited usefulness.
  1001.  
  1002.       /LOG
  1003.  
  1004.        Specifies that the SEND command displays information about
  1005.        information sent.
  1006.  
  1007.       /PROMPT
  1008.  
  1009.           /PROMPT  (D)
  1010.           /NOPROMPT
  1011.  
  1012.        Specifies that the SEND command displays the destination of
  1013.        the SEND command each time input is requested while SEND is
  1014.        in interactive mode.  /NOPROMPT is useful when receiving
  1015.        many network messages and it is not desired to have the
  1016.        prompt redisplayed after each message.
  1017.  
  1018. Press RETURN to continue ... 
  1019. [1;1f[J
  1020.  
  1021.  
  1022. SEND Remote Subtopic? /cluster
  1023. [1;1f[J
  1024. SEND
  1025.  
  1026.   Remote
  1027.  
  1028.     /CLUSTER
  1029.  
  1030.         /CLUSTER
  1031.         /NOCLUSTER
  1032.  
  1033.      Sends messages with the source node set to the Jnet cluster
  1034.      name. SEND[/REMOTE]/CLUSTER permits sending commands to the QUE daemon
  1035.      on a remote VAX running Jnet to cancel a job submitted from a Jnet
  1036.      cluster member, and therefore owned by user@cluster, not user@member.
  1037.  
  1038.      This command also permits sending messages to other network
  1039.      servers (such as list servers) to cause messages and files to all
  1040.      come from the node name.  SEND[/REMOTE]/CLUSTER is not suitable for
  1041.      sending messages to users.
  1042.  
  1043.  
  1044. Press RETURN to continue ... 
  1045. [1;1f[J
  1046.      SEND[/REMOTE]/NOCLUSTER is also available for forcing SEND to use the
  1047.      member node name. This form of the command has very limited usefulness.
  1048.  
  1049.  
  1050.  
  1051. SEND Remote Subtopic? /log
  1052. [1;1f[J
  1053. SEND
  1054.  
  1055.   Remote
  1056.  
  1057.     /LOG
  1058.  
  1059.      Specifies that the SEND command displays information about
  1060.      information sent.
  1061.  
  1062.  
  1063.  
  1064. SEND Remote Subtopic? /prompt
  1065. [1;1f[J
  1066. SEND
  1067.  
  1068.   Remote
  1069.  
  1070.     /PROMPT
  1071.  
  1072.         /PROMPT  (D)
  1073.         /NOPROMPT
  1074.  
  1075.      Specifies that the SEND command displays the destination of
  1076.      the SEND command each time input is requested while SEND is
  1077.      in interactive mode.  /NOPROMPT is useful when receiving
  1078.      many network messages and it is not desired to have the
  1079.      prompt redisplayed after each message.
  1080.  
  1081.  
  1082.  
  1083. SEND Remote Subtopic? 
  1084.  
  1085. SEND Subtopic? ?[1;1f[J
  1086.  
  1087. SEND
  1088.  
  1089.    Sends messages or files to other users.
  1090.  
  1091.    General message format:
  1092.  
  1093.         SEND destination ["message-text"]
  1094.  
  1095.    The SEND command can perform the following functions:
  1096.  
  1097.   o  Send messages to a user on your system (see Local)
  1098.   o  Send messages to a user on another system via the RSCS/NJE network (see
  1099.      Remote)
  1100.   o  Send messages to a user on another system via DECnet (see DECnet)
  1101.   o  Send RSCS/NJE commands to another system (see Command)
  1102.   o  Send files to another system via the RSCS/NJE network (see File)
  1103.  
  1104.  
  1105.   Additional information available:
  1106.  
  1107. Press RETURN to continue ... 
  1108. [1;1f[J
  1109.   Aliases    Command    DCL        DECnet     Examples   File
  1110.   Interactive_mode      Local      Parameters Remote
  1111.  
  1112.  
  1113. SEND Subtopic? interactiv4e
  1114. SEND Subtopic? interactive-mode
  1115. [1;1f[J
  1116. SEND
  1117.   Sorry, no documentation on SEND INTERACTIVE-MODE
  1118.  
  1119.  
  1120.   Additional information available:
  1121.  
  1122.   Aliases    Command    DCL        DECnet     Examples   File
  1123.   Interactive_mode      Local      Parameters Remote
  1124.  
  1125.  
  1126. SEND Subtopic? interactive_mode
  1127. [1;1f[J
  1128. SEND
  1129.  
  1130.   Interactive_mode
  1131.  
  1132.     To enter interactive mode, do not include the message-text parameter
  1133.     on the command line.  In interactive mode, each additional line
  1134.     is prompted for and will be sent to the same destination. The
  1135.     message should not enclosed in quotes in this mode.  SEND
  1136.     interactive mode is exited with a blank line or CTRL/Z.
  1137.  
  1138.     Valid for SEND, SEND/REMOTE, and SEND/COMMAND.
  1139.  
  1140.  
  1141.  
  1142. SEND Subtopic? 
  1143.  
  1144. Topic? ?[1;1f[J
  1145.  
  1146. HELP
  1147.  
  1148.    The   HELP   command   invokes   the  VMS  HELP  Facility  to  display
  1149.    information about a VMS command or topic.  In response to the "Topic?"
  1150.    prompt, you can:
  1151.  
  1152.     o Type  the  name of the command  or topic for which you need help.
  1153.  
  1154.     o Type INSTRUCTIONS for more detailed instructions on how to use HELP.
  1155.  
  1156.     o Type a question mark to redisplay the most recently requested text.
  1157.  
  1158.     o Press the RETURN key one or more times to exit from HELP.
  1159.  
  1160.    You  can  abbreviate any  topic name, although ambiguous abbreviations
  1161.    result in all matches being displayed.
  1162.  
  1163.  
  1164.  
  1165.  
  1166. Press RETURN to continue ... 
  1167. [1;1f[J
  1168.   Additional information available:
  1169.  
  1170.   :=         =          @          ALLOCATE   ANALYZE    APPEND     ASSIGN
  1171.   BACKUP     BASIC      BITNET_Network        BULLETIN   CALL       CANCEL
  1172.   CLOSE      COBOL      CONTINUE   CONVERT    COPY       CREATE
  1173.   DATATRIEVE DEALLOCATE DEASSIGN   DEBUG      DEFINE     DELETE     DEPOSIT
  1174.   Dialing    DIFFERENCES           DIRECTORY  DISMOUNT   DMU        DUMP
  1175.   EDIT       Errors     EXAMINE    EXIT       FDL        FORTRAN    GMAIL
  1176.   GOSUB      GOTO       HELP       IF         INITIALIZE INQUIRE
  1177.   Instructions          Kermit     Lexicals   LIBRARY    Line_editing
  1178.   LINK       LOGIN      LOGOUT     MACRO      MAIL       MERGE      MESSAGE
  1179.   MOUNT      MOVE       ON         OPEN       PASCAL     PASSWORD   PHONE
  1180.   PRINT      PURGE      READ       RECALL     RECEIVE    RENAME     REPLY
  1181.   REQUEST    RETURN     RMS        RTL_Routines          RUN        RUNOFF
  1182.   SEARCH     SEND       SET        SHOW       SORT       SPAWN      Specify
  1183.   SPSSX      STOP       SUBMIT     SWING      Symbol_Assign
  1184.   SYNCHRONIZE           System_Services       TYPE       UNLOCK     WAIT
  1185.   WRITE
  1186.  
  1187.  
  1188. Topic? swing
  1189. [1;1f[J
  1190. SWING
  1191.  
  1192.    SWING is a VAX/VMS utility for displaying the graphical representation
  1193.    of directory trees on a VT100 or VT200 type terminal.  It can be used to
  1194.    move to a directory or subdirectory, as is done with the SET DEFAULT
  1195.    command, and it can rename, move and delete subdirectories.  SWING can
  1196.    also create hardcopy listings of a directory structure.
  1197.  
  1198.    SWING takes one optional qualifier - START.  This sets the root of the
  1199.    directory tree to any directory that the user desires.  The directory
  1200.    is entered with the square brackets as with the SET DEFAULT command.
  1201.    START may also be set to CURRENT in which case the default directory
  1202.    is the root directory.
  1203.  
  1204.    Simply type SWING[/START=[directory] at the VMS prompt.
  1205.  
  1206.    Limitations:  SWING cannot handle directory trees with more than 3500
  1207.    directories, more than 8 levels deep, or that require more than 500
  1208.    lines to display.
  1209.  
  1210. Press RETURN to continue ... 
  1211. [1;1f[J
  1212.  
  1213.   Additional information available:
  1214.  
  1215.   Moving_around         Save_file  Commands
  1216.  
  1217.  
  1218. SWING Subtopic? 
  1219.  
  1220. Topic? 
  1221.  
  1222. $ si
  1223. $ swing
  1224. )0[1;24r[;H[2J)0==
  1225. SWING: Searching directory structure...
  1226. [;H[2J[1;1H[7m Create  Rename   Move   Delete  Print    Save  Options   Help
  1227. Exit   Filer  [m[3;1H[1m[7m[THX1138]   [m[1;79H[3;1H[23;1H[24;1H[3;1H[;H[2J
  1228.  
  1229. >
  1230. $ dir
  1231.  
  1232. Directory DISK$USER1A:[THX1138]
  1233.  
  1234. APPLE.COM;1         BITNET.DAT;2        BITNET.DAT;1        BR.COM;1
  1235. CIS506.DAT;1        FIND.EXE;1          FIND.FOR;1          FIND.OBJ;1
  1236. GRADES.PAS;1        LOCATION.BAS;1      LOGIN.COM;1         
  1237. MAIL$00040091C360AD85.MAI;1             MAIL$00040091CFCAD9D3.MAI;1
  1238. MAIL$00040091CFE3FB76.MAI;1             MAIL$00040091D08D768C.MAI;1
  1239. MAIL.MAI;1          RELAYUSE.GID;1      SHOTGUN.COM;1       
  1240.  
  1241. Total of 18 files.
  1242.  
  1243. $ xmodem send apple.com;1
  1244.  
  1245.  XMODEM Version 5.5 on VAX VMS, BATCH capable
  1246.  unsupported options ignored
  1247.  
  1248.  
  1249.  Sending File: DISK$USER1A:[THX1138]APPLE.COM;1
  1250.  
  1251. DISK$USER1A:[THX1138]APPLE.COM;1 Open -- Please Run Your Receiver --
  1252.  
  1253.  
  1254.   Distributed in Europe by:
  1255.  
  1256.    Info Addict +46-498-22113 located just outside the coast of Sweden.
  1257.                ----> Largest Gfile Collection In Europe <----
  1258.             Yet a new creature has risen to the mideastern sun.... 
  1259.  
  1260.